Telegram Group & Telegram Channel
🚀 git cherry-pick – переносим отдельные коммиты между ветками

Знакомая ситуация? Вы исправили баг в feature-branch, но нужно срочно добавить этот фикс в main без мержа всей ветки.

Вот как это работает:

git cherry-pick <hash-коммита>  # переносит указанный коммит в текущую ветку


Пример использования:

1. Нашли коммит с нужным исправлением:

git log feature-branch --oneline  # копируем хеш коммита


2. Переключились на main и применили его:

git checkout main
git cherry-pick abc1234


💡 Когда пригодится:

🔵 Срочные фиксы – перенос исправления из разработки в прод без полного мержа.
🔵 Частичные обновления – нужно взять только один коммит из чужой ветки.
🔵 Ошибки в ветвлении – забыли сделать коммит в нужной ветке? cherry-pick спасает!

Вы уже использовали cherry-pick? Делитесь кейсами в комментариях 👇

🐸 Библиотека мобильного разработчика

#буст
Please open Telegram to view this post
VIEW IN TELEGRAM



tg-me.com/mobileproglib/5853
Create:
Last Update:

🚀 git cherry-pick – переносим отдельные коммиты между ветками

Знакомая ситуация? Вы исправили баг в feature-branch, но нужно срочно добавить этот фикс в main без мержа всей ветки.

Вот как это работает:

git cherry-pick <hash-коммита>  # переносит указанный коммит в текущую ветку


Пример использования:

1. Нашли коммит с нужным исправлением:

git log feature-branch --oneline  # копируем хеш коммита


2. Переключились на main и применили его:

git checkout main
git cherry-pick abc1234


💡 Когда пригодится:

🔵 Срочные фиксы – перенос исправления из разработки в прод без полного мержа.
🔵 Частичные обновления – нужно взять только один коммит из чужой ветки.
🔵 Ошибки в ветвлении – забыли сделать коммит в нужной ветке? cherry-pick спасает!

Вы уже использовали cherry-pick? Делитесь кейсами в комментариях 👇

🐸 Библиотека мобильного разработчика

#буст

BY Библиотека мобильного разработчика | Android, iOS, Swift, Retrofit, Moshi, Chuck


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/mobileproglib/5853

View MORE
Open in Telegram


Библиотека мобильного разработчика | Android iOS Swift Retrofit Moshi Chuck Telegram | DID YOU KNOW?

Date: |

How Does Bitcoin Work?

Bitcoin is built on a distributed digital record called a blockchain. As the name implies, blockchain is a linked body of data, made up of units called blocks that contain information about each and every transaction, including date and time, total value, buyer and seller, and a unique identifying code for each exchange. Entries are strung together in chronological order, creating a digital chain of blocks. “Once a block is added to the blockchain, it becomes accessible to anyone who wishes to view it, acting as a public ledger of cryptocurrency transactions,” says Stacey Harris, consultant for Pelicoin, a network of cryptocurrency ATMs. Blockchain is decentralized, which means it’s not controlled by any one organization. “It’s like a Google Doc that anyone can work on,” says Buchi Okoro, CEO and co-founder of African cryptocurrency exchange Quidax. “Nobody owns it, but anyone who has a link can contribute to it. And as different people update it, your copy also gets updated.”

At a time when the Indian stock market is peaking and has rallied immensely compared to global markets, there are companies that have not performed in the last 10 years. These are definitely a minor portion of the market considering there are hundreds of stocks that have turned multibagger since 2020. What went wrong with these stocks? Reasons vary from corporate governance, sectoral weakness, company specific and so on. But the more important question is, are these stocks worth buying?

Библиотека мобильного разработчика | Android iOS Swift Retrofit Moshi Chuck from ms


Telegram Библиотека мобильного разработчика | Android, iOS, Swift, Retrofit, Moshi, Chuck
FROM USA